home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / A-B / Baseball Card Keeper Demo.cpt / Baseball Card Keeper Demo / card_3603.txt < prev    next >
Text File  |  1991-08-01  |  957b  |  46 lines

  1. -- card: 3603 from stack: in
  2. -- bmap block id: 4506
  3. -- flags: 0000
  4. -- background id: 4023
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8000
  11. -- rect: left=42 top=43 right=95 bottom=102
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1011 / 1011
  14. -- text alignment: 1
  15. -- font id: -2
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Home
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.  
  23.   go to stack "Home"
  24.  
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 8003
  32. -- rect: left=198 top=252 right=274 bottom=298
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: -2
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Continue
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   go  next
  44.   "speak" "Welcome to the baseball card keeper one point zero point one demo verzin. This is only a demo. Bi the real thing"
  45. end mouseUp
  46.